Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Xcode 16.0 debugger crashing (with relwithdebinfo) #6932

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

igiannakas
Copy link
Contributor

@igiannakas igiannakas commented Sep 27, 2024

Description

Fixes debugger crashes in Xcode 16 due to stricter handling of [sort] irreflexivity violations and stricter control over [vector] memory access. Just slice a simple cube in Orca with Xcode 16 and start the debugger.

Vector access:
image
image

Sort irreflexivity
image
image

Scheme configuration:
image
image
image
image
image
image
image
image
image
image

Tests

Testing is needed as well a detailed code review as, while now debugger can run, and I dont see any obvious issues visually, I am not 100% sure of the consequences these three changes may bring.

@Noisyfox @SoftFever would you mind checking these changes when you have time?

@igiannakas igiannakas changed the title Fixes for XCode 16.0 Fixes for Xcode 16.0 debugger crashing (with relwithdebinfo) Sep 27, 2024
@SoftFever
Copy link
Owner

Hmm, I'm using VSCode+Ninja on Mac with Xcode 16 installed, it works fine.

@igiannakas
Copy link
Contributor Author

Yeap indeed, I am not sure why this started happening now.... Lets keep this one parked just in case it is required in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants